home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Auslogics BoostSpeed 4.2.7.172 / boost-speed-setup.exe / {app} / StartupManager.exe / 0 / RCDATA / TFRMSVCMGR / TFRMSVCMGR.txt < prev   
Text File  |  2008-10-30  |  3KB  |  143 lines

  1. object frmSvcMgr: TfrmSvcMgr
  2.   Left = 294
  3.   Top = 209
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Service Manager Warning'
  7.   ClientHeight = 393
  8.   ClientWidth = 609
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   Scaled = False
  18.   PixelsPerInch = 96
  19.   TextHeight = 16
  20.   object pnTop: TAxBackgroundPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 609
  24.     Height = 339
  25.     Color = clWhite
  26.     Align = alClient
  27.     ParentColor = False
  28.     TabOrder = 1
  29.     DesignSize = (
  30.       609
  31.       339)
  32.     object lblHeaderInfo: TAxLabel
  33.       Left = 24
  34.       Top = 56
  35.       Width = 561
  36.       Height = 129
  37.       WordWrap = True
  38.       Transparent = False
  39.       AutoSize = False
  40.       Caption = 
  41.         'Service Manager allows you to choose which services run when you' +
  42.         'r computer starts. Services control your PC behaviour. Disabling' +
  43.         ' services may cause your system to lose some functionality.<br>W' +
  44.         'e do not recommend you to change services unless you are an expe' +
  45.         'rienced user.<br><br>To stop service from running on computer st' +
  46.         'artup, right-click on the service, select Properties and change ' +
  47.         '"Startup Type" field as shown below.'
  48.       ShowAccelChar = True
  49.     end
  50.     object lblHeader: TAxSmoothLabel
  51.       Left = 24
  52.       Top = 13
  53.       Width = 282
  54.       Height = 25
  55.       Quality = smMMXSmoothing4x
  56.       Anchors = [akLeft, akRight]
  57.       AutoSize = False
  58.       Caption = 'Windows Service Manager'
  59.       Font.Charset = DEFAULT_CHARSET
  60.       Font.Color = 10040064
  61.       Font.Height = -16
  62.       Font.Name = 'Verdana'
  63.       Font.Style = []
  64.       ParentFont = False
  65.       Transparent = True
  66.     end
  67.     object Image1: TImage
  68.       Left = 24
  69.       Top = 176
  70.       Width = 370
  71.       Height = 112
  72.       AutoSize = True
  73.       Picture.Data = {<image000.TPNGObject>}
  74.     end
  75.     object lblMore: TAxLabel
  76.       Left = 40
  77.       Top = 312
  78.       Width = 299
  79.       Height = 16
  80.       OnLinkClick = lblMoreLinkClick
  81.       LinkColor = 14509568
  82.       LinkSelectedColor = 14522624
  83.       WordWrap = False
  84.       Transparent = False
  85.       Caption = '<a>Click here to find out more about managing services</a>'
  86.       ShowAccelChar = True
  87.     end
  88.     object Image2: TImage
  89.       Left = 24
  90.       Top = 315
  91.       Width = 11
  92.       Height = 11
  93.       AutoSize = True
  94.       Picture.Data = {<image001.TPNGObject>}
  95.     end
  96.   end
  97.   object pnButtons: TAxBackgroundPanel
  98.     Left = 0
  99.     Top = 339
  100.     Width = 609
  101.     Height = 54
  102.     Color = 15132390
  103.     Align = alBottom
  104.     ParentColor = False
  105.     TabOrder = 0
  106.     object shpTopLineBlack: TShape
  107.       Left = 0
  108.       Top = 0
  109.       Width = 609
  110.       Height = 1
  111.       Align = alTop
  112.     end
  113.     object shpTopLineWhite: TShape
  114.       Left = 0
  115.       Top = 1
  116.       Width = 609
  117.       Height = 1
  118.       Align = alTop
  119.       Pen.Color = clWhite
  120.     end
  121.     object btnContinue: TButton
  122.       Left = 384
  123.       Top = 16
  124.       Width = 97
  125.       Height = 25
  126.       Caption = 'Continue'
  127.       Default = True
  128.       ModalResult = 1
  129.       TabOrder = 0
  130.     end
  131.     object btnCancel: TButton
  132.       Left = 496
  133.       Top = 16
  134.       Width = 97
  135.       Height = 25
  136.       Cancel = True
  137.       Caption = 'Cancel'
  138.       ModalResult = 2
  139.       TabOrder = 1
  140.     end
  141.   end
  142. end
  143.